home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / brdford2.zip / WS.BF < prev   
Text File  |  1988-03-19  |  1KB  |  38 lines

  1. ..
  2. ..  ws.bf
  3. ..  Macros for Bradford to allow use of WordStar formatting
  4. ..
  5. ..  Copyright 1988 by:
  6. ..      Aaron Contorer
  7. ..      Box 5056
  8. ..      Champaign, IL 61820
  9. ..      USA
  10. ..  "Bradford" is a trademark of Aaron Contorer
  11. ..
  12. ..  To print a file called "myfile" with Bradford 2.0 using these macros:
  13. ..       A> bradford ws.bf myfile
  14. ..
  15. .mnW31     Soft hyphen
  16. .mdW "-"
  17. .mnB2  Boldface
  18. .mdB "\dk3 |\dk1 "
  19. .mnD4  Double strike
  20. .mdD "\dk2 |\dk1 "
  21. .mnL12
  22. .mdL "\nl \pa "
  23. .mnS19 Underline
  24. .mdS "\ul1 |\ul0 "
  25. .mnT20 Superscript
  26. .mdT "\sup |\su0 "
  27. .mnV22 Subscript
  28. .mdV "\sub |\su0 "
  29. .mnY25 Italics 
  30. .mdY "\fnipizza |\fnpizza "
  31. .. Here's how we let Bradford recognize WordStar's paragraph markers.
  32. .mnz141             If any line contains a character 141,
  33. .mdz "\stj1 \nl "   we'll print that one line justified and go to a new line.
  34. .sta                All other lines will be average-justified.
  35. .. This works because WordStar ends every line with a character 141 if it's
  36. .. in the middle of a paragraph, but ends a line with character 13 (carriage
  37. .. return) if it's where someone pressed Return (the end of a paragraph).
  38.